Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D FPGA block select fix, and rr-node display fix for 3D FPGAs #2380

Merged
merged 11 commits into from
Sep 11, 2023

Conversation

Meet-Patel2580
Copy link
Contributor

Types of changes

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

…nd updated routing nets to fix a bug for cross-level connections transparency
…-layered fpgas, Blocks on higher levels are prioritized during instances of overlap between blocks of different layers.
Make format command
@github-actions github-actions bot added the VPR VPR FPGA Placement & Routing Tool label Aug 30, 2023
Copy link
Contributor

@vaughnbetz vaughnbetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of changes to consider.

vpr/src/draw/draw.cpp Show resolved Hide resolved
@vaughnbetz vaughnbetz changed the title Bug fixes 3D FPGA block select fix, and rr-node display fix for 3D FPGAs Aug 30, 2023
Meet-Patel2580 and others added 4 commits September 3, 2023 17:55
…ked on by the user and added comments to the function in the .h file.
ran the make format command
… visible layers are checked for hits to ensure that we only highlight nodes that are on visible layers.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

highlighting of RR nodes has just been changed to ensure that only nodes on currently visible layers are checked to determine whether they should be highlighted or not. This fixes the bug of the user clicking on a node, but not seeing it highlight due to the code mistakenly changing the highlight setting for a node on an invisible layer.

Copy link
Contributor

@vaughnbetz vaughnbetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One suggested comment update. Can update that before or after merge, based on whatever is more convenient.

vpr/src/draw/draw.h Outdated Show resolved Hide resolved
vpr/src/draw/draw.h Show resolved Hide resolved
@vaughnbetz
Copy link
Contributor

@Meet-Patel2580 : are the clicked x,y coordinates in world coordinates? If so we should comment that; I think after that it can be merged.

@vaughnbetz
Copy link
Contributor

Looks good; can be merged as soon as CI finishes.

@Meet-Patel2580 Meet-Patel2580 merged commit 940852d into master Sep 11, 2023
@Meet-Patel2580 Meet-Patel2580 deleted the 3D-graphics branch September 11, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VPR VPR FPGA Placement & Routing Tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants